chore(deps): update dependency tsconfigs to v5 #48
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.2
->5.0.0
Release Notes
mightyiam/tsconfigs
v5.0.0
Compare Source
⚠ BREAKING CHANGES
compilerOptions.types
is set for all project kinds. in the case ofbrowser-module
,browser-executable
,webworker-module
andagnostic-module
, it was previously unset and now it is set to[]
. In orderto include an @types package,
compilerOptions.types
must override the valueset by the project kind. Extending from any of the
nodejs
kinds, the overrideshould also include
"node"
. For example, to include the@types/webpack-dev-server
package, the value of yourcompilerOptions.types
should be["node", "webpack-dev-server"]
.Features
compilerOptions.types
is set for all kinds (023cf78)Bug Fixes
4.0.2 (2019-11-22)
4.0.1 (2019-10-01)
Bug Fixes
Renovate configuration
📅 Schedule: "every weekday" in timezone Etc/UTC.
🚦 Automerge: Disabled due to failing status checks.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.